[INFO] fetching crate gryf 0.2.1...
[INFO] fixing gryf-0.2.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate gryf 0.2.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate gryf 0.2.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate gryf 0.2.1
[INFO] tweaked toml for crates.io crate gryf 0.2.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate gryf 0.2.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate gryf 0.2.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gryf-derive v0.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6d26695184a434293a6bb40ab8029b01e9eb9b8c00c96cfad98ecf409463c43b
[INFO] running `Command { std: "docker" "start" "6d26695184a434293a6bb40ab8029b01e9eb9b8c00c96cfad98ecf409463c43b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d26695184a434293a6bb40ab8029b01e9eb9b8c00c96cfad98ecf409463c43b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6d26695184a434293a6bb40ab8029b01e9eb9b8c00c96cfad98ecf409463c43b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6d26695184a434293a6bb40ab8029b01e9eb9b8c00c96cfad98ecf409463c43b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking condtype v1.3.0
[INFO] [stderr]     Checking regex-lite v0.1.9
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking terminal_size v0.4.3
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling divan-macros v0.1.21
[INFO] [stderr]    Compiling gryf-derive v0.2.1
[INFO] [stderr]     Checking divan v0.1.21
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking gryf v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `src/../../gryf-derive/src/lib.rs`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:350:29
[INFO] [stdout]     |
[INFO] [stdout] 350 |         let macros_source = include_str!("../../gryf-derive/src/lib.rs");
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a file with the same name in a different directory
[INFO] [stdout]     |
[INFO] [stdout] 350 -         let macros_source = include_str!("../../gryf-derive/src/lib.rs");
[INFO] [stdout] 350 +         let macros_source = include_str!("../src/lib.rs");
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::infra::proptest`
[INFO] [stdout]    --> src/algo/connected.rs:124:16
[INFO] [stdout]     |
[INFO] [stdout] 124 |         infra::proptest::{graph_directed, graph_undirected},
[INFO] [stdout]     |                ^^^^^^^^ could not find `proptest` in `infra`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/infra.rs:7:9
[INFO] [stdout]     |
[INFO] [stdout]   6 | #[cfg(feature = "proptest")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `proptest` feature
[INFO] [stdout]   7 | pub mod proptest;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::infra::proptest`
[INFO] [stdout]    --> src/algo/connected_components.rs:168:16
[INFO] [stdout]     |
[INFO] [stdout] 168 |         infra::proptest::{graph_directed, graph_undirected},
[INFO] [stdout]     |                ^^^^^^^^ could not find `proptest` in `infra`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/infra.rs:7:9
[INFO] [stdout]     |
[INFO] [stdout]   6 | #[cfg(feature = "proptest")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `proptest` feature
[INFO] [stdout]   7 | pub mod proptest;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::infra::proptest`
[INFO] [stdout]    --> src/algo/shortest_paths.rs:234:16
[INFO] [stdout]     |
[INFO] [stdout] 234 |         infra::proptest::{graph_directed, graph_undirected},
[INFO] [stdout]     |                ^^^^^^^^ could not find `proptest` in `infra`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/infra.rs:7:9
[INFO] [stdout]     |
[INFO] [stdout]   6 | #[cfg(feature = "proptest")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `proptest` feature
[INFO] [stdout]   7 | pub mod proptest;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::infra::proptest`
[INFO] [stdout]    --> src/algo/toposort.rs:237:16
[INFO] [stdout]     |
[INFO] [stdout] 237 |         infra::proptest::graph_directed,
[INFO] [stdout]     |                ^^^^^^^^ could not find `proptest` in `infra`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/infra.rs:7:9
[INFO] [stdout]     |
[INFO] [stdout]   6 | #[cfg(feature = "proptest")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `proptest` feature
[INFO] [stdout]   7 | pub mod proptest;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::infra::arbitrary`
[INFO] [stdout]    --> src/storage/adj_list.rs:635:13
[INFO] [stdout]     |
[INFO] [stdout] 635 |             arbitrary::{ArbitraryId, Index},
[INFO] [stdout]     |             ^^^^^^^^^ could not find `arbitrary` in `infra`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/infra.rs:10:9
[INFO] [stdout]     |
[INFO] [stdout]   9 | #[cfg(feature = "arbitrary")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `arbitrary` feature
[INFO] [stdout]  10 | pub mod arbitrary;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::infra::arbitrary`
[INFO] [stdout]    --> src/storage/adj_matrix.rs:929:13
[INFO] [stdout]     |
[INFO] [stdout] 929 |             arbitrary::{ArbitraryId, Index},
[INFO] [stdout]     |             ^^^^^^^^^ could not find `arbitrary` in `infra`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/infra.rs:10:9
[INFO] [stdout]     |
[INFO] [stdout]   9 | #[cfg(feature = "arbitrary")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `arbitrary` feature
[INFO] [stdout]  10 | pub mod arbitrary;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]    --> src/algo/connected.rs:115:9
[INFO] [stdout]     |
[INFO] [stdout] 115 |     use proptest::prelude::*;
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]    --> src/algo/connected_components.rs:158:9
[INFO] [stdout]     |
[INFO] [stdout] 158 |     use proptest::prelude::*;
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]    --> src/algo/shortest_paths.rs:226:9
[INFO] [stdout]     |
[INFO] [stdout] 226 |     use proptest::prelude::*;
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]    --> src/algo/toposort.rs:231:9
[INFO] [stdout]     |
[INFO] [stdout] 231 |     use proptest::prelude::*;
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `proptest` in this scope
[INFO] [stdout]    --> src/core/id/compact_id_map.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |     use proptest::prelude::*;
[INFO] [stdout]     |         ^^^^^^^^ use of unresolved module or unlinked crate `proptest`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `proptest`, use `cargo add proptest` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::infra::arbitrary`
[INFO] [stdout]    --> src/storage/edge_list.rs:551:16
[INFO] [stdout]     |
[INFO] [stdout] 551 |         infra::arbitrary::{ArbitraryId, Index},
[INFO] [stdout]     |                ^^^^^^^^^ could not find `arbitrary` in `infra`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/infra.rs:10:9
[INFO] [stdout]     |
[INFO] [stdout]   9 | #[cfg(feature = "arbitrary")]
[INFO] [stdout]     |       --------------------- the item is gated behind the `arbitrary` feature
[INFO] [stdout]  10 | pub mod arbitrary;
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proptest` in this scope
[INFO] [stdout]    --> src/algo/connected.rs:417:5
[INFO] [stdout]     |
[INFO] [stdout] 417 |     proptest! {
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proptest` in this scope
[INFO] [stdout]    --> src/algo/connected_components.rs:388:5
[INFO] [stdout]     |
[INFO] [stdout] 388 |     proptest! {
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proptest` in this scope
[INFO] [stdout]    --> src/algo/shortest_paths.rs:505:5
[INFO] [stdout]     |
[INFO] [stdout] 505 |     proptest! {
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proptest` in this scope
[INFO] [stdout]    --> src/algo/toposort.rs:443:5
[INFO] [stdout]     |
[INFO] [stdout] 443 |     proptest! {
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `proptest` in this scope
[INFO] [stdout]    --> src/core/id/compact_id_map.rs:269:5
[INFO] [stdout]     |
[INFO] [stdout] 269 |     proptest! {
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Arbitrary` in this scope
[INFO] [stdout]    --> src/core/id/compact_id_map.rs:261:40
[INFO] [stdout]     |
[INFO] [stdout] 261 |     fn arb_unique_vec<T: Debug + Ord + Arbitrary>() -> impl Strategy<Value = Vec<T>> {
[INFO] [stdout]     |                                        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Strategy` in this scope
[INFO] [stdout]    --> src/core/id/compact_id_map.rs:261:61
[INFO] [stdout]     |
[INFO] [stdout] 261 |     fn arb_unique_vec<T: Debug + Ord + Arbitrary>() -> impl Strategy<Value = Vec<T>> {
[INFO] [stdout]     |                                                             ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `IdType` and `VertexId`
[INFO] [stdout]    --> src/algo/connected.rs:121:18
[INFO] [stdout]     |
[INFO] [stdout] 121 |             id::{IdType, VertexId},
[INFO] [stdout]     |                  ^^^^^^  ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `IdType` and `VertexSet`
[INFO] [stdout]    --> src/algo/shortest_paths.rs:230:33
[INFO] [stdout]     |
[INFO] [stdout] 230 |             GraphAdd, GraphMut, VertexSet,
[INFO] [stdout]     |                                 ^^^^^^^^^
[INFO] [stdout] 231 |             id::{DefaultId, EdgeId, IdType, VertexId},
[INFO] [stdout]     |                                     ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `any` in this scope
[INFO] [stdout]    --> src/core/id/compact_id_map.rs:262:9
[INFO] [stdout]     |
[INFO] [stdout] 262 |         any::<Vec<T>>().prop_map(|mut values| {
[INFO] [stdout]     |         ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gryf` (lib test) due to 21 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "6d26695184a434293a6bb40ab8029b01e9eb9b8c00c96cfad98ecf409463c43b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d26695184a434293a6bb40ab8029b01e9eb9b8c00c96cfad98ecf409463c43b", kill_on_drop: false }`
[INFO] [stdout] 6d26695184a434293a6bb40ab8029b01e9eb9b8c00c96cfad98ecf409463c43b
